C1.Web.Mvc.TransposedGrid Namespace / TransposedGrid<T> Class / AutoGenerateColumns Property

In This Topic
AutoGenerateColumns Property (TransposedGrid<T>)
In This Topic
Gets or sets whether the grid should generate columns automatically based on the itemsSource.
Syntax
'Declaration
 
<JsonAttribute(2)>
<DefaultValueAttribute(True)>
Public Overridable Property AutoGenerateColumns As Boolean
 
See Also